macro language - significado y definición. Qué es macro language
Diclib.com
Diccionario en línea

Qué (quién) es macro language - definición

PREPROCESSING RULE IN COMPUTER LANGUAGES THAT SPECIFIES HOW AN INPUT TEXT USUALLY IDENTIFIED BY A DEFINABLE KEYWORD OR SEQUENCE IS MAPPED TO A FREQUENTLY LARGER OUTPUT TEXT
Macro language; Macro programming languages; Macro (programming); Parameterized macro; Macro substitution; Software macro; Macroinstruction; Macro instruction; Lisp macro; Macroing; Macro programming language; Macro expansion; Macro-instruction; Lisp macros; Macro programming; Syntactic macro; Procedural macros; Keyboard macro; Mouse macro; Mouse recorder; Open subroutine; Text substitution macros; Soft macro; Hard macro
  • jEdit's]] macro editor

Macro-Jê languages         
LANGUAGE FAMILY IN BRAZIL
Macro-Ge Languages; Macro-Ge; Macro Ge; Macro-Ge languages; Macro-Ge language; Macro-Gê; Macro-Gê language; Macro-Jê language; Macro-Jê; Macro-Je languages; Macro-Je language; Macro-Je; Macro-Gê languages; Nuclear Macro-Je languages; Nuclear-Macro-Je languages; Macro Gê; Macro Jê; Macro Je; Proto-Macro-Jê
Macro-Jê (also spelled Macro-Gê) is a medium-sized language stock in South America, mostly in Brazil but also in the Chiquitanía region in Santa Cruz, Bolivia, as well as (formerly) in small parts of Argentina and Paraguay. It is centered on the Jê language family, with most other branches currently being single languages due to recent extinctions.
Macro-Otomákoan languages         
Macro-Otomákoan; Macro-Otomakoan languages
Macro-Otomákoan is a proposal linking three small language families of the Amazon: The Harákmbut (Tuyoneri) family, the extinct Otomakoan languages, and the Trumai language isolate. It was proposed by Kaufman (1990)Kaufman, Terrence.
Macro-Panoan languages         
HYPOTHETICAL PROPOSAL LINKING FOUR LANGUAGE FAMILIES OF PERU, BRAZIL, BOLIVIA, PARAGUAY, AND ARGENTINA
Macro-Panoan
Macro-Panoan is a hypothetical proposal linking four language families of Peru, Brazil, Bolivia, Paraguay, and Argentina that Kaufman (1994) says "seems promising".Kaufman, Terrence.

Wikipedia

Macro (computer science)

In computer programming, a macro (short for "macro instruction"; from Greek μακρο- 'long, large') is a rule or pattern that specifies how a certain input should be mapped to a replacement output. Applying a macro to an input is known as macro expansion. The input and output may be a sequence of lexical tokens or characters, or a syntax tree. Character macros are supported in software applications to make it easy to invoke common command sequences. Token and tree macros are supported in some programming languages to enable code reuse or to extend the language, sometimes for domain-specific languages.

Macros are used to make a sequence of computing instructions available to the programmer as a single program statement, making the programming task less tedious and less error-prone. (Thus, they are called "macros" because a "big" block of code can be expanded from a "small" sequence of characters.) Macros often allow positional or keyword parameters that dictate what the conditional assembler program generates and have been used to create entire programs or program suites according to such variables as operating system, platform or other factors. The term derives from "macro instruction", and such expansions were originally used in generating assembly language code.